negotiator.tournament.VariablesAndValues
Class AssignedParameterVariable
java.lang.Object
negotiator.tournament.VariablesAndValues.AssignedParameterVariable
public class AssignedParameterVariable
- extends java.lang.Object
simple datastructure to couple a parameter to an specific agent.
We need to do this because the AgentParam in the tournament are bound to a CLASS, not a particular agent,
while in the nego session we need to bind params to particular agents.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parameter
public AgentParameterVariable parameter
agentname
public java.lang.String agentname
AssignedParameterVariable
public AssignedParameterVariable(AgentParameterVariable param,
java.lang.String name)